home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1998 January
/
PC Answers Issue 49 Cover CD January 1998.iso
/
Apps
/
Director
/
DATA.Z
/
Keyboard Lingo.dir
/
Scripts_12_Key Down Script for Scene 2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
387 b
|
17 lines
on exitFrame
go(the frame)
end
on keyDown
put the key into field "The Key" of castLib "Text"
puppetSprite(8, 1)
set the member of sprite 8 to member "downstate" of castLib "internal"
put " " into field "Key Data" of castLib "Text"
put " " into field "keyCode Data" of castLib "Text"
put " " into field "ASCII Data" of castLib "Text"
end
on keyUp
puppetSprite(8, 0)
end